home *** CD-ROM | disk | FTP | other *** search
- TxtForm
- Big Text
- MS Sans Serif
- wwwwwwwwww|
- wwwwwwwwww|
- wwwwwwwwww|
- wwwwwwwwww|
- wwwwwwwwww|
- wwwwwwwwww|
- wwwwwwwwww|
- wwwwwwwwww|
- wwwwwwwwww|
- wwwwwwwwww|
- wwwwwwwx
- wwwwwww
- wwwwwww
- Form25V
- CMDialog
- CommonDialog
- Choose a Text File
- Text Files (*.txt) | *.txt%
- LnScrl
- Text1
- Text1
- MS Sans Serif
- MmFile
- &File
- FileOpen
- &Open
- FileExit
- E&xit
- MmTxtSiz
- Text &Size
- TSsmall
- &Small
- TSmedium
- &Medium
- TSlarge
- &Large
- MmTxtBld
- Text &Bold
- TBfalse
- &False
- TBtrue
- &True
- @ Form_Load
- Text1_Changen
- Text1_KeyPress[
- KeyAscii
- MMOptions_Click
- Form_Activate
- PixFormd
- Height
- Width
- LeftV
- xForm
- TxForm
- TxtForm
- Form_QueryUnloadx
- Cancel
- UnloadMode
- ActTB_ClickU
- ActPV_Click
- ActAV_Click
- ActAvi=
- ActPix
- ActTool
- OptTsml_Click
- Text1
- FontSize
- Printer
- OptTmed_Click
- OptTlrg_Click
- OptPTxt_Click2
- PrntImg_ClickA
- PrntImg_MouseDown-
- ButtonK
- Shift
- PrntImg
- Visible
- PrntImg_MouseUp
- TxtSizImg_Click
- TxtSizImg_MouseDown
- TxtSizImg
- TxtSizImg_MouseUp
- TxtSizeImg
- TextSize!
- LoadTxt-
- TxtUpImg_Click?
- TxtUpImg_MouseDownU
- TxtUpImga
- TxtUpImg_MouseUp
- LoadText&
- TxtDnImg_Click
- TxtDnImg_MouseDown
- TxtDnImg?
- TxtDnImg_MouseUp
- TextLine
- DisplayText
- WindowState
- Label1_ClickM
- PgScrl_Change
- LnScrlr
- LnScl7
- PgScl
- OTsml_Click
- OTmed_Click
- OTlrg_Click
- LnScrl_Change
- PgScrl
- FontName
- Value
- LnScrl_LostFocus
- LnScrl_Scroll
- LnScr
- ValueLnScrlx
- PgScrl_Scroll
- LargeChange
- Form_Resize8
- KEY_END
- KEY_HOME
- KEY_LEFT
- KEY_UPL
- KEY_RIGHT
- KEY_DOWNd
- Text1_KeyDown
- KeyCode
- KEY_PRIOR?
- KEY_NEXT
- dontknow
- dontknowKEY_NEXT
- GotFocus
- Text1_GotFocus
- Text1_MouseDown
- Caption
- txtstring
- txtstr
- tstpz
- TSsmall_Click
- TSmedium_Click
- TSlarge_Click
- MmTxtSiz_Click
- MmTxtSiz
- Enabledh
- FileExit_Click
- FileOpen_Click
- CMDialog
- Action
- Filename
- txtstrt
- txtlimt
- txtstop
- txtstart
- txtlimit
- tstop
- TxtFo
- TBfalse_Click
- TBtrue_Click2
- TBtrue
- MmTxtBld
- FontBold
- TBfalse
- File Path & Name(shorter than using CMDialog.Filename)
- Text limit
- Text Start
- Array holding Text
- DisplayText
- txtstart & txtlimit passed (Dim = modual level variable)e
- redundant (this is a local variable,always null at sub start)
- determine Text Stop
- stop short of limit at end of text/array
- create txt$ with appropriate lines
- from TextLine arrayt
- show correct text in Text1
- FileExit_Click
- FileOpen_Click
- activate 'open' Common Dialog Box
- CMDialog returns FileName
- if the user chooses cancel FileName = ""
- make sure FileName is not ""
- Enable Text Optionsi
- Form_Load
- initial settings
- LnScrl_Change
- LnScrl_Scroll
- LoadTxt
- Big Text
- change Form Captiont
- clear Text1 Text
- redundant(local variable)
- open Text File
- reset Line No. (counter)
- redundant(local variable)T
- Load TextLine array,each
- line of text is an element
- in the array.
- lno%=element number
- Chr(13)&(10)=Carriage Return
- (tells Text1 when to start
- a new line)
- no sense in leaving it open
- reset LnScrl Max
- reset LnScrl Value
- Call DisplayText Sub
- TBfalse_Click
- TBtrue_Click
- Text1_KeyDown
- Text1_MouseDown
- TSlarge_Click
- TSmedium_Click
- TSsmall_Click
-